home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / SYSCHECK.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  163 b   |  9 lines

  1. on exitFrame
  2.   if the platform contains "Mac" then
  3.     open("QT:QuickTime_Installer.smi.bin")
  4.     quit()
  5.   else
  6.     open("QT\QuickTimeInstaller.exe")
  7.   end if
  8. end
  9.